home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / basic / udp_chat / rexx / quit_udp_chat.rexx next >
OS/2 REXX Batch file  |  2000-02-23  |  267b  |  12 lines

  1. /* ARexx script to get UDP_Chat log into a UDP_Chat Server */
  2. /* For use with AmiComSys 1.12+ */
  3. /* $VER: UDP_Chat2.rexx 1.0 (11.05.98) Anton Reinauer */
  4.  
  5.  
  6.  
  7. ADDRESS "UDP_Chat"
  8. QUIT   /* Send host name of person selected 
  9.                         in list, to connect to. */
  10.  
  11. EXIT;
  12.